FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/mi-server-query

Packageca.on.mi.pkg
Resource TypeCapabilityStatement
Idmi-server-query
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mi.pkg@0.9.0-beta-3-testing&canonical=http://ontariohealth.ca/fhir/CapabilityStatement/mi-server-query
URLhttp://ontariohealth.ca/fhir/CapabilityStatement/mi-server-query
Statusdraft
Date2023-05-25
NameMICapabilityQuery
TitleMI Repository Query FHIR Capability Statement
Realmca
DescriptionThis is the FHIR capability statement for the MI Repository Query
PurposeMain EHR capability statement, published for contracting and operational support
CopyrightCopyright © Ontario Health
Kindcapability

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
docrefUS Core Fetch DocumentReference

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "mi-server-query",
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/mi-server-query",
  "name": "MICapabilityQuery",
  "title": "MI Repository Query FHIR Capability Statement",
  "status": "draft",
  "date": "2023-05-25",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR capability statement for the MI Repository Query",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "CA",
          "system": "urn:iso:std:iso:3166",
          "display": "Canada"
        }
      ]
    }
  ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "copyright": "Copyright © Ontario Health",
  "kind": "capability",
  "software": {
    "name": "Ontario MI CDR FHIR R4 API"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support retrieval of patient's MI records",
      "resource": [
        {
          "type": "DiagnosticReport",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-diagnosticreport"
          ],
          "documentation": "Retrieve history of patient's MI reports",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search DiagnosticReport resources using specified parameters. Supports both GET and POST operation"
            },
            {
              "code": "read",
              "documentation": "Read interaction to retrieve a specific MI report by specifying a resource id"
            },
            {
              "code": "vread",
              "documentation": "Version read interaction to retrieve a specific MI report version by specifying a resource id and version"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "DiagnosticReport:based-on",
            "DiagnosticReport:encounter",
            "DiagnosticReport:patient",
            "DiagnosticReport:performer",
            "DiagnosticReport:result",
            "DiagnosticReport:results-interpreter"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "issued",
              "type": "date",
              "documentation": "When the report was issued"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "MI procedure code (local, provincial or SNOMED CT)"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ]
        },
        {
          "type": "ServiceRequest",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-servicerequest"
          ],
          "documentation": "Retrieve history of patient's MI orders",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search ServiceRequest resources using specified parameters. Supports both GET and POST operation"
            },
            {
              "code": "read",
              "documentation": "Read interaction to retrieve a specific MI order by specifying a resource ID"
            },
            {
              "code": "vread",
              "documentation": "Version read interaction to retrieve a specific MI order version by specifying a resource id and version"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "ServiceRequest:based-on",
            "ServiceRequest:encounter",
            "ServiceRequest:patient",
            "ServiceRequest:performer",
            "ServiceRequest:replaces",
            "ServiceRequest:requester"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "authored",
              "type": "date",
              "documentation": "Date MI order was signed"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "MI procedure code (local, provincial or SNOMED CT)"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ]
        },
        {
          "type": "ImagingStudy",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-imagingstudy"
          ],
          "documentation": "Retrieve history of patient's image manifests",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search ImagingStudy resources using specified parameters. Supports both GET and POST operation"
            },
            {
              "code": "read",
              "documentation": "Read interaction to retrieve a specific image manifest by specifying a resource ID"
            },
            {
              "code": "vread",
              "documentation": "Version read interaction to retrieve a specific image manifest version by specifying a resource id and version"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "ImagingStudy:basedon",
            "ImagingStudy:encounter",
            "ImagingStudy:interpreter",
            "ImagingStudy:patient",
            "ImagingStudy:performer",
            "ImagingStudy:referrer"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "started",
              "type": "date",
              "documentation": "When the study was started"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. procedure code (local, provincial or SNOMED CT), modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ]
        },
        {
          "type": "DocumentReference",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-documentreference"
          ],
          "documentation": "Retrieve history of patient's document references",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search DocumentReference resources using specified parameters. Supports both GET and POST operation"
            },
            {
              "code": "read",
              "documentation": "Read interaction to retrieve a specific document reference by specifying a resource ID"
            },
            {
              "code": "vread",
              "documentation": "Version read interaction to retrieve a specific document reference version by specifying a resource id and version"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "DocumentReference:author",
            "DocumentReference:encounter",
            "DocumentReference:patient"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "date",
              "type": "date",
              "documentation": "When this document reference was created"
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "Kind of document (local or LOINC)"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. procedure code (local, provincial or SNOMED CT), modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ],
          "operation": [
            {
              "name": "docref",
              "definition": "http://hl7.org/fhir/us/core/OperationDefinition/docref",
              "documentation": "A server **SHALL** be capable of responding to a $docref operation and capable of returning references to MI orders, reports, and image manifests\n\n`GET [base]/DocumentReference/$docref?patient=[id]`"
            }
          ]
        }
      ]
    }
  ]
}